AddSystem<TInterface, TSystem>()

Method

Namespace: Ignis

Declared in: Ignis.IContainer<TState>


Registers a system implementation conforming to the supplied interface.

Syntax

public IContainer<TState> AddSystem<TInterface, TSystem>()

Returns

Type parameters

TInterface

Interface type (will be used for Resolve(Type) )

TSystem

System type that implements the interface


Back to index